Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / IntervalArray<T> Constructor


In This Topic
    IntervalArray<T> Constructor
    In This Topic
    Initializes a new instance of the IntervalArray<T> class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New IntervalArray(Of T)()
    public IntervalArray<T>()
    See Also